SftTabs/NET 6.0

Transparent Property, TabClass Class

Softel vdm, Inc.

Defines whether the tab image uses image transparency.

Syntax      TabClass Class (Softelvdm.SftTabsNET)

VB   

Public Property Transparent As Boolean

C#   

public bool Transparent { get; set; }

C++   

public: property bool Transparent {
        bool get();
        void set(bool value);
}

Property Value

True if the tab's defined image (Image or ImageList property) uses image transparency, False otherwise.

The default value is False.

Comments

The Transparent property defines whether the tab image uses image transparency.

The Transparent property is provided for compatibility with earlier releases. The available ImagePartClass should be used instead.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com